generator_selector =
{
	type = "CRISIS_SIDE_JOINED"
	name = "default"
	case = { value = 0 } # 20
}

news_priority = 
{
	type = "CRISIS_SIDE_JOINED"
	name = "default"
	case = { priority_add = 50 }
}

generate_article =
{
	type = "CRISIS_SIDE_JOINED"
	size = large
	name = "default"

	picture_case = { picture = "events/crisis.tga" }
	title_case = { text_add = { "crisis escalates!" } }
	description_case = { text_add = { "TODO crisis join $TAG_0_0$ vs $TAG_0_1$" } }
}

generate_article =
{
	type = "CRISIS_SIDE_JOINED"
	size = medium
	name = "default"

	picture_case = { picture = "events/crisis.tga" }
	title_case = { text_add = { "crisis escalates!" } }
	description_case = { text_add = { "TODO crisis join $TAG_0_0$ vs $TAG_0_1$" } }
}

generate_article =
{
	type = "CRISIS_SIDE_JOINED"
	size = small
	name = "default"

	title_case = { text_add = { "crisis escalates!" } }
	title_case = { text_add = { "crisis escalates!" } }
	description_case = { text_add = { "TODO crisis join $TAG_0_0$ vs $TAG_0_1$" } }
}

# Clear all collected scopes of other types, that 
# makes no sense to be printed once current text is printed.
on_printing =
{
	type = "CRISIS_SIDE_JOINED"
	name = "default"
	effect =
	{
		clear_news_scopes =
		{
			type = "CRISIS_STARTED"
			limit = 
			{ 
				tags_match = { 0 0  0 0 }
				tags_match = { 0 1  0 1 }
			}
		}
	}
}

